From 32c028cd83f268e170a7afa73a9ddbc2bca12eb5 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 28 May 2008 12:22:36 +0100 Subject: [PATCH] ioemu: set up all xenstore watches even if there are no VBDs. Signed-off-by: Tim Deegan --- tools/ioemu/xenstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ioemu/xenstore.c b/tools/ioemu/xenstore.c index 551190e86c..aa8c894d0f 100644 --- a/tools/ioemu/xenstore.c +++ b/tools/ioemu/xenstore.c @@ -112,7 +112,7 @@ void xenstore_parse_domain_config(int hvm_domid) e = xs_directory(xsh, XBT_NULL, buf, &num); if (e == NULL) - goto out; + num = 0; for (i = 0; i < num; i++) { /* read the backend path */ -- 2.30.2